std.math

Undocumented in source.

Modules

algebraic
module std.math.algebraic

This is a submodule of std.math.

constants
module std.math.constants

This is a submodule of std.math.

exponential
module std.math.exponential

This is a submodule of std.math.

hardware
module std.math.hardware

This is a submodule of std.math.

operations
module std.math.operations

This is a submodule of std.math.

remainder
module std.math.remainder

This is a submodule of std.math.

rounding
module std.math.rounding

This is a submodule of std.math.

traits
module std.math.traits

This is a submodule of std.math.

trigonometry
module std.math.trigonometry

This is a submodule of std.math.

Public Imports

core.stdc.math
public import core.stdc.math;
Undocumented in source.

Members

Functions

abs
Number abs(Number n)
Undocumented in source. Be warned that the author may not have intended to support it.
exp
N exp(N input)
Undocumented in source. Be warned that the author may not have intended to support it.
pow
Unqual!F pow(F x, G n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta